projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3d4f94
)
(count-windows): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 18 Mar 1996 23:58:51 +0000
(23:58 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 18 Mar 1996 23:58:51 +0000
(23:58 +0000)
lisp/window.el
patch
|
blob
|
history
diff --git
a/lisp/window.el
b/lisp/window.el
index fcb5aab594d0cdfe8c4112fd0f5bfbbd74c0f153..bb22300c55938ef8a1fce7c8355d7031d1a4f894 100644
(file)
--- a/
lisp/window.el
+++ b/
lisp/window.el
@@
-88,8
+88,8
@@
Anything else means restrict to WINDOW's frame."
\f
(defun count-windows (&optional minibuf)
"Returns the number of visible windows.
-Optional arg
NO-MINI non-nil means don't
count the minibuffer
-even if it is active."
+Optional arg
MINIBUF non-nil means
count the minibuffer
+even if it is
in
active."
(let ((count 0))
(walk-windows (function (lambda (w)
(setq count (+ count 1))))